home *** CD-ROM | disk | FTP | other *** search
- object FindForm: TFindForm
- Left = 218
- Top = 153
- ActiveControl = cboName
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Find Computer'
- ClientHeight = 129
- ClientWidth = 398
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 10
- Top = 10
- Width = 293
- Height = 109
- ActivePage = Page1
- TabOrder = 0
- object Page1: TTabSheet
- Caption = 'Computer Name'
- object Label1: TLabel
- Left = 12
- Top = 12
- Width = 37
- Height = 13
- Caption = '&Named:'
- FocusControl = cboName
- end
- object cboName: TComboBox
- Left = 59
- Top = 9
- Width = 218
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- end
- end
- end
- object BtnOK: TButton
- Left = 314
- Top = 30
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = BtnOKClick
- end
- object BtnCancel: TButton
- Left = 314
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = BtnCancelClick
- end
- end
-